You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
818 B
26 lines
818 B
# Copyright (C) 2017-Today: La Louve (<http://www.lalouve.net/>)
|
|
# Copyright (C) 2019-Today: Druidoo (<https://www.druidoo.io>)
|
|
# @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
'name': 'Point of Sale - Price to Weight',
|
|
'version': '12.0.2.0.0',
|
|
'category': 'Point Of Sale',
|
|
'summary': 'Compute weight based on barcodes with prices',
|
|
'author': 'La Louve, GRAP, Odoo Community Association (OCA)',
|
|
'website': 'http://www.lalouve.net/',
|
|
'license': 'AGPL-3',
|
|
'depends': [
|
|
'point_of_sale',
|
|
],
|
|
'data': [
|
|
'data/barcode_rule.xml',
|
|
'views/assets.xml',
|
|
'views/view_pos_config.xml',
|
|
],
|
|
'demo': [
|
|
'demo/product_product.xml',
|
|
],
|
|
'installable': True,
|
|
}
|