Skip to content
Snippets Groups Projects
  • Houzefa Abbasbhay's avatar
    afef12ad6333
    Remove obsolete items: · afef12ad6333
    Houzefa Abbasbhay authored
    * Partner "Invoiced" smart button changes: Never called; that was for a
      specific Odoo 10 project.
    * Invoices & refunds - Show due date: No such changes anymore.
    * Invoice validation override: The only changes were:
    
        * Missing due date filler: Odoo 10 migration defect, got forgotten.
        * Hook to change account-move creation values: No longer needed. Was for
          analytics but xcg/account_analytic_structure supersedes that part.
        * Reference link filler: Moved to xcg/account_move_reference_link.
    afef12ad6333
    History
    Remove obsolete items:
    Houzefa Abbasbhay authored
    * Partner "Invoiced" smart button changes: Never called; that was for a
      specific Odoo 10 project.
    * Invoices & refunds - Show due date: No such changes anymore.
    * Invoice validation override: The only changes were:
    
        * Missing due date filler: Odoo 10 migration defect, got forgotten.
        * Hook to change account-move creation values: No longer needed. Was for
          analytics but xcg/account_analytic_structure supersedes that part.
        * Reference link filler: Moved to xcg/account_move_reference_link.
__manifest__.py 1.40 KiB
##############################################################################
#
#    Invoice improvements, for Odoo
#    Copyright (C) 2013, 2016 XCG Consulting <http://odoo.consulting>
#
#    This program is free software: you can redistribute it and/or modify
#    it under the terms of the GNU Affero General Public License as
#    published by the Free Software Foundation, either version 3 of the
#    License, or (at your option) any later version.
#
#    This program is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#    GNU Affero General Public License for more details.
#
#    You should have received a copy of the GNU Affero General Public License
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
{
    "name": "Invoice improvements",
    "version": "11.0.1.0.0",
    "author": "XCG Consulting",
    "category": "Accounting",
    "description": """
Invoice improvements
====================

Improve Odoo invoices.

- Split the "Client invoices + refunds" menu command in 2.
""",
    "website": "http://odoo.consulting/",
    "init_xml": [],
    "depends": ["account"],
    "data": ["views/account_invoice.xml"],
    "test": [],
    "installable": True,
    "active": False,
}