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] sale_order_import #60

Merged
merged 16 commits into from
Oct 31, 2018
Merged

Commits on Oct 31, 2018

  1. Initial check-in of module sale_order_import, sale_stock_order_import…

    …, sale_order_import_ubl, sale_order_import_csv, sale_order_ubl, sale_commercial_partner
    alexis-via authored and tarteo committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    ae7fc4c View commit details
    Browse the repository at this point in the history
  2. Add 2 README.rst

    Add another README.
    alexis-via authored and tarteo committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    059412a View commit details
    Browse the repository at this point in the history
  3. FIX Don't use _inherit = ['business.document.import']

    because we want to have access to the code of the modules that inherit business.document.import
    alexis-via authored and tarteo committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    3eac215 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    292d380 View commit details
    Browse the repository at this point in the history
  5. Add support for extraction + matching on website

    PEP8 fix
    alexis-via authored and tarteo committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    c2541bd View commit details
    Browse the repository at this point in the history
  6. 8.0 Add support for partner bank matching on invoice update (OCA#6)

    Add support for partner bank matching on invoice update (before, it was only supported on invoice creation)
    Alexis de Lattre authored and tarteo committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    16e22b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c23ce4e 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 tarteo committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    ec4ac7e View commit details
    Browse the repository at this point in the history
  9. 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 tarteo committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    547eee6 View commit details
    Browse the repository at this point in the history
  10. Port account_invoice_import_factur-x and account_invoice_import_ubl t…

    …o v10.0
    
    base_business_document_import: Add support for the creation of res.bank
    alexis-via authored and tarteo committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    55293b2 View commit details
    Browse the repository at this point in the history
  11. Port purchase_order_import* to v10.0

    Add ubl invoice generation option in accounting config page
    alexis-via authored and tarteo committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    5c24a48 View commit details
    Browse the repository at this point in the history
  12. FIX crash when pivot format had a 'note' key (and no attachment)

    Add method to create SO in sale.order.import accessible via JSON-RPC
    alexis-via authored and tarteo committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    c684a03 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b60c9fe View commit details
    Browse the repository at this point in the history
  14. [11.0][MIG] sale_order_import: Migration + add tests

    Add readme fragments
    tarteo committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    d0f33e8 View commit details
    Browse the repository at this point in the history
  15. Fix import of sale order with price_source='pricelist' when pricelist…

    … has visible discounts
    
    Code improvements in sale_order_import
    Add unit tests in sale_order_import
    Use display_name instead of name_get()[0][1]
    
    Fix travis
    alexis-via authored and tarteo committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    6f9bcb6 View commit details
    Browse the repository at this point in the history
  16. Check the VAT number of the destination partner, to make sure the bus…

    …iness document is imported in the right company
    alexis-via authored and tarteo committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    c83586e View commit details
    Browse the repository at this point in the history