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.

17 lines
504 B

  1. # Copyright 2016 Therp BV <https://therp.nl>
  2. # Copyright 2018 Tecnativa - Sergio Teruel
  3. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
  4. {
  5. "name": "Extended view inheritance",
  6. "version": "12.0.1.0.0",
  7. "author": "Therp BV,Odoo Community Association (OCA)",
  8. "license": "LGPL-3",
  9. "category": "Hidden/Dependency",
  10. "summary": "Adds more operators for view inheritance",
  11. "depends": [
  12. 'base',
  13. ],
  14. "demo": [
  15. "demo/ir_ui_view.xml",
  16. ],
  17. }