addons portados en el repo de ecocentral

This commit is contained in:
GitHub Copilot 2026-08-07 16:34:38 +02:00
parent f2194c5367
commit 65818b0155
72 changed files with 2474 additions and 3 deletions

View 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",
}