LaOsaCoop/Odoo16#14 migration pos_customer_required
This commit is contained in:
parent
b062c383d5
commit
08fca37c6d
27 changed files with 1438 additions and 0 deletions
26
pos_customer_required/__manifest__.py
Normal file
26
pos_customer_required/__manifest__.py
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 2004 apertoso NV - Jos DE GRAEVE <Jos.DeGraeve@apertoso.be>
|
||||
# Copyright 2016 La Louve - Sylvain LE GAL <https://twitter.com/legalsylvain>
|
||||
# Copyright 2019 Druidoo - (https://www.druidoo.io)
|
||||
# Copyright 2022 NuoBiT - Eric Antones <eantones@nuobit.com>
|
||||
# Copyright 2022 NuoBiT - Kilian Niubo <kniubo@nuobit.com>
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
|
||||
|
||||
{
|
||||
"name": "Point of Sale Require Customer",
|
||||
"version": "16.0.1.0.0",
|
||||
"category": "Point Of Sale",
|
||||
"summary": "Point of Sale Require Customer",
|
||||
"author": "Apertoso NV, La Louve, NuoBiT, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/pos",
|
||||
"license": "AGPL-3",
|
||||
"depends": [
|
||||
"point_of_sale",
|
||||
],
|
||||
"data": [
|
||||
# "views/assets.xml",
|
||||
"views/pos_config_view.xml",
|
||||
"views/pos_order_view.xml",
|
||||
],
|
||||
"assets": {"point_of_sale.assets": ["/pos_customer_required/static/src/js/*.js"]},
|
||||
"installable": True,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue