Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[11.0][MIG] account_invoice_ubl #46

Merged
merged 24 commits into from
Aug 2, 2018
Merged

[11.0][MIG] account_invoice_ubl #46

merged 24 commits into from
Aug 2, 2018

Commits on Jul 5, 2018

  1. Configuration menu
    Copy the full SHA
    a97c570 View commit details
    Browse the repository at this point in the history
  2. Add partner identification hook in UBL XML party block generation

    Print numbers with the approriate number of digits in the XML
    alexis-via authored and astirpe committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    0cc53fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9a3651 View commit details
    Browse the repository at this point in the history
  4. Update README

    alexis-via authored and astirpe committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    eb68953 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    809a770 View commit details
    Browse the repository at this point in the history
  6. 8.0 Add support for partner bank matching on invoice update (#6)

    Add support for partner bank matching on invoice update (before, it was only supported on invoice creation)
    Alexis de Lattre authored and astirpe committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    18179a6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    69e45b7 View commit details
    Browse the repository at this point in the history
  8. Prepare v10 branch

    Rename __openerp__.py to __manifest__.py and set installable to False
    alexis-via authored and astirpe committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    b0d638e View commit details
    Browse the repository at this point in the history
  9. Port base_business_document_import* to v10

    Also port all the modules that generate the XML documents: account_invoice_ubl, account_invoice_zugferd, purchase_order_ubl and sale_order_ubl
    alexis-via authored and astirpe committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    a75d72a View commit details
    Browse the repository at this point in the history
  10. Rename account_invoice_zugferd to account_invoice_factur-x

    Rename account_invoice_import_zugferd to account_invoice_import_factur-x
    Add module to support py3o reporting engine:
    alexis-via authored and astirpe committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    407bb3a View commit details
    Browse the repository at this point in the history
  11. FIX crash on self._model

    Add active buttons on invoice import config
    alexis-via authored and astirpe committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    60b0b17 View commit details
    Browse the repository at this point in the history
  12. Continue port of modules for v10.0, in particular sale_order_import_*…

    … module
    
    Fix spelling mistake and other remarks on README by Tarteo
    alexis-via authored and astirpe committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    91cf8d2 View commit details
    Browse the repository at this point in the history
  13. Port purchase_order_import* to v10.0

    Add ubl invoice generation option in accounting config page
    alexis-via authored and astirpe committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    008e668 View commit details
    Browse the repository at this point in the history
  14. Stop using precision_get('Account') (this decimal precision doesn't e…

    …xist in v10) in account_invoice_factur-x and account_invoice_ubl
    alexis-via authored and astirpe committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    7691e9a View commit details
    Browse the repository at this point in the history
  15. Update test suite

    alexis-via authored and astirpe committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    2df3f4d View commit details
    Browse the repository at this point in the history
  16. Improve + modularize generation of UBL (up-port from v8 PR)

    Add script mass_invoice_import.py
    Code cleanup
    alexis-via authored and astirpe committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    2e61b93 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6f5fdcc View commit details
    Browse the repository at this point in the history
  18. [10.0] restore get_pdf() in tests (#31)

    * sale_order_ubl + purchase_order_ubl: restore get_pdf() in tests using HttpCase
    
    * Restore get_pdf() in tests of account_invoice_factur-x and account_invoice_ubl modules
    
    * Update oca_dependencies.txt
    Alexis de Lattre authored and astirpe committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    da77df4 View commit details
    Browse the repository at this point in the history
  19. Add module account_e-invoice_generate to ensure compatibility for XML…

    … embedding in PDF between account_invoice_factur-x and account_invoice_ubl
    alexis-via authored and astirpe committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    fc77d68 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. Configuration menu
    Copy the full SHA
    ad0e852 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57f2c89 View commit details
    Browse the repository at this point in the history
  3. Add support for PaymentID in UBL

    Enable delivery block in UBL
    alexis-via authored and astirpe committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    6141eeb View commit details
    Browse the repository at this point in the history
  4. FIX is partner_shipping_id is empty

    alexis-via authored and astirpe committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    006aff8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a07ca34 View commit details
    Browse the repository at this point in the history