restore product_update_price_last_purchase and pos_ticket_pricelist
This commit is contained in:
parent
412d897695
commit
b5bb678cbc
16 changed files with 1296 additions and 0 deletions
24
pos_ticket_pricelist/__manifest__.py
Normal file
24
pos_ticket_pricelist/__manifest__.py
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Copyright 2022 Criptomart
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
'name': 'Pos Ticket Pricelist',
|
||||
'description': """
|
||||
Prints the pricelist applied on tickets.""",
|
||||
'version': "16.0.1.0.0",
|
||||
'license': 'AGPL-3',
|
||||
'author': 'Criptomart',
|
||||
'website': 'https://criptomart.net',
|
||||
'depends': [
|
||||
"point_of_sale"
|
||||
],
|
||||
'data': [
|
||||
],
|
||||
'assets': {
|
||||
'point_of_sale.assets': [
|
||||
'pos_ticket_pricelist/static/src/xml/pos.xml'
|
||||
],
|
||||
},
|
||||
'demo': [
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue