addons portados en el repo de ecocentral
This commit is contained in:
parent
f2194c5367
commit
65818b0155
72 changed files with 2474 additions and 3 deletions
20
pos_order_reorder/__manifest__.py
Normal file
20
pos_order_reorder/__manifest__.py
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"name": "Point of Sale Re-order",
|
||||
"version": "18.0.1.0.0",
|
||||
"category": "Sales/Point of Sale",
|
||||
"summary": "Simple Re-order in the Point of Sale ",
|
||||
"depends": ["point_of_sale"],
|
||||
"website": "https://github.com/OCA/pos",
|
||||
"author": "Cetmix,Odoo Community Association (OCA)",
|
||||
"images": ["static/description/banner.png"],
|
||||
"data": [
|
||||
"views/res_config_settings_view.xml",
|
||||
],
|
||||
"assets": {
|
||||
"point_of_sale._assets_pos": [
|
||||
"pos_order_reorder/static/src/js/**/*.js",
|
||||
"pos_order_reorder/static/src/xml/**/*.xml",
|
||||
],
|
||||
},
|
||||
"license": "LGPL-3",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue