__openerp__.py 1.6 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # -*- encoding: utf-8 -*-
  2. #################################################################################
  3. #
  4. # #
  5. # This program is distributed in the hope that it will be useful, #
  6. # but WITHOUT ANY WARRANTY; without even the implied warranty of #
  7. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
  8. # GNU Affero General Public License for more details. #
  9. # #
  10. # You should have received a copy of the GNU Affero General Public License #
  11. # along with this program. If not, see <http://www.gnu.org/licenses/>. #
  12. # #
  13. #################################################################################
  14. ###################################################################################
  15. # Product features is an Openobject module wich enable features management for products #
  16. ###################################################################################
  17. {
  18. 'name': 'Cobrador (hr) extra en account invoice',
  19. 'version': '0.1',
  20. 'category': 'Product',
  21. 'description': """
  22. Cobrador (hr) extra en account invoice
  23. ========================================
  24. Cobrador (hr) extra en account invoice y estado si está la factura con él
  25. """,
  26. 'author': 'Eiru/Sebastian Penayo',
  27. 'website': 'http://www.eiru.com',
  28. 'depends': ['base','account'],
  29. 'data': [
  30. 'account_invoice_view.xml'
  31. ],
  32. 'installable': True,
  33. }