__openerp__.py 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # -*- coding: utf-8 -*-
  2. #
  3. # This program is free software: you can redistribute it and/or modify
  4. # it under the terms of the GNU Affero General Public License as published
  5. # by the Free Software Foundation, either version 3 of the License, or
  6. # (at your option) any later version.
  7. #
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. # GNU Affero General Public License for more details.
  12. #
  13. # You should have received a copy of the GNU Affero General Public License
  14. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  15. #
  16. ##############################################################################
  17. {
  18. 'name': 'Crm Tree dates search',
  19. 'version': '8.0.3.0.2',
  20. 'author': 'Noviat, Odoo Community Association (OCA)',
  21. 'website': 'http://www.noviat.com',
  22. 'license': 'AGPL-3',
  23. 'category': 'Web',
  24. 'depends': [
  25. 'crm',
  26. 'web',
  27. ],
  28. 'data': [
  29. 'llamadas.xml',
  30. 'opportunity.xml',
  31. 'lead.xml',
  32. 'views/assets_backend.xml',
  33. ],
  34. 'qweb': [
  35. 'static/src/xml/*.xml',
  36. ],
  37. 'installable': True,
  38. }