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

[14.0][MIG] sale_order_customer_free_ref: Migration to 14.0 #452

Merged
merged 6 commits into from
Oct 15, 2021

Commits on Oct 14, 2021

  1. [13.0][ADD] sale_order_customer_order_free_ref

    The goal of this module is to improve on the `client_order_ref` on `sale.order`.
    
    By default Odoo only has one field to handle the customer reference of a sale order.
    But when using EDI some specifications allow to have two fields for this, the customer
    order Id and a customer (free) reference.
    
    To help with this, this module adds two specific fields for them and transform the
    `client_order_ref` standard field into a computed one.
    
    The two new fields are also passed on to created invoices.
    TDu authored and dzungtran89 committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    7300073 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a36a697 View commit details
    Browse the repository at this point in the history
  3. [UPD] README.rst

    OCA-git-bot authored and dzungtran89 committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    115b726 View commit details
    Browse the repository at this point in the history
  4. [ADD] icon.png

    OCA-git-bot authored and dzungtran89 committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    929e1af View commit details
    Browse the repository at this point in the history
  5. [IMP] sale_order_customer_free_ref: black, isort, prettier

    nguyen hoang hiep authored and dzungtran89 committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    09adadf View commit details
    Browse the repository at this point in the history
  6. [MIG] sale_order_customer_free_ref: Migration to 14.0

    nguyen hoang hiep authored and dzungtran89 committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    d017655 View commit details
    Browse the repository at this point in the history