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.

24 lines
762 B

  1. # Copyright (C) 2017-Today: La Louve (<http://www.lalouve.net/>)
  2. # Copyright (C) 2020-Today: Druidoo (<https://www.druidoo.io>)
  3. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'Point of Sale - Empty Home',
  7. 'version': '12.0.1.0.0',
  8. 'category': 'Point Of Sale',
  9. 'summary': '''
  10. Point of Sale - Hide products at the start of the Point of Sale''',
  11. 'author': 'La Louve, GRAP, Odoo Community Association (OCA)',
  12. 'website': 'https://github.com/OCA/pos',
  13. 'license': 'AGPL-3',
  14. 'depends': [
  15. 'point_of_sale',
  16. ],
  17. 'data': [
  18. 'views/assets.xml',
  19. ],
  20. 'qweb': [
  21. 'static/src/xml/pos_empty_home.xml',
  22. ],
  23. }