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
21
pos_full_refund/__manifest__.py
Normal file
21
pos_full_refund/__manifest__.py
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "Point of Sale - Full Refund",
|
||||
"summary": "Refund every line of a ticket in one click",
|
||||
"author": "Innovyou, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/pos",
|
||||
"development_status": "Alpha",
|
||||
"category": "Point of sale",
|
||||
"maintainers": ["LorenzoC0"],
|
||||
"version": "18.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
"depends": ["point_of_sale"],
|
||||
"assets": {
|
||||
"point_of_sale._assets_pos": [
|
||||
"pos_full_refund/static/src/js/pos_full_refund.esm.js",
|
||||
"pos_full_refund/static/src/xml/pos_full_refund.xml",
|
||||
],
|
||||
"web.assets_tests": [
|
||||
"pos_full_refund/static/tests/tours/pos_full_refund_tour.esm.js",
|
||||
],
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue