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

8.0 add support for rental #164

Merged
merged 23 commits into from
Jun 21, 2015
Merged

8.0 add support for rental #164

merged 23 commits into from
Jun 21, 2015

Commits on Jan 28, 2014

  1. Initial check-in of the rental project.

    Alexis de Lattre committed Jan 28, 2014
    Configuration menu
    Copy the full SHA
    f7a80c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2014

  1. We want to have the date_planned of the regular products that are on …

    …the same SO as the rentals = the start date of the rentals, because we suppose that these products are "accessories" of the rental.
    
    Re-organise the order of some lines of code to make it more "logic".
    Alexis de Lattre committed Jan 29, 2014
    Configuration menu
    Copy the full SHA
    e71609b View commit details
    Browse the repository at this point in the history
  2. Restrict to "day" UoM in the constraint.

    Add list of limitations in the module description.
    Alexis de Lattre committed Jan 29, 2014
    Configuration menu
    Copy the full SHA
    3e7a0d4 View commit details
    Browse the repository at this point in the history
  3. Add read access on rental to stock user.

    Alexis de Lattre committed Jan 29, 2014
    Configuration menu
    Copy the full SHA
    06566de View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2014

  1. Add POT file

    Add full FR translation for sale_start_end_dates
    Add partial FR translation for sale_rental
    Alexis de Lattre committed Feb 2, 2014
    Configuration menu
    Copy the full SHA
    45f488b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2014

  1. FIX missing dependancy.

    Alexis de Lattre committed Feb 25, 2014
    Configuration menu
    Copy the full SHA
    bb45a7e View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2014

  1. Add pt_BR translation, contributed by Caio Barros.

    Alexis de Lattre committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    b112c70 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2014

  1. [FIX] Missing call to super in _invoice_line_hook

    This bug was very annoying because it means that, if you had sale_rental installed, you are missing the link betweek purchase order lines and invoice lines (for purchase orders created from pickings)
    Alexis de Lattre committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    b59301a View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2014

  1. Better default values in the wizard for the creation of rental servic…

    …es from products
    Alexis de Lattre committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    0d41d33 View commit details
    Browse the repository at this point in the history
  2. Add a note about the fact that you need to have access to the form vi…

    …ew of sale order line, and instructions on how to do it
    
    Add demo data to automatically add admin and demo to group sale.group_mrp_properties, to have access to form view of sale order lines.
    Alexis de Lattre committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    ded5be1 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2014

  1. FIX my commit revno 9 on the wizard to create the rental service

    Add a link to the screencast in the module description
    Alexis de Lattre committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    3d14216 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2015

  1. Port to v8 and new API with several enhancements

    Alexis de Lattre committed May 25, 2015
    Configuration menu
    Copy the full SHA
    3546b1e View commit details
    Browse the repository at this point in the history
  2. Merge with the 8.0 branch of lp:openerp-rental

    Alexis de Lattre committed May 25, 2015
    Configuration menu
    Copy the full SHA
    d99cc5c View commit details
    Browse the repository at this point in the history
  3. Fix typo

    Alexis de Lattre committed May 25, 2015
    Configuration menu
    Copy the full SHA
    999af78 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2015

  1. Add account-closing in Travis config

    Alexis de Lattre committed May 26, 2015
    Configuration menu
    Copy the full SHA
    b3217ed View commit details
    Browse the repository at this point in the history

Commits on May 27, 2015

  1. Add server-tools in Travis config

    Alexis de Lattre committed May 27, 2015
    Configuration menu
    Copy the full SHA
    c8647f4 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2015

  1. Inherit of product_id_change on product_id field, for better usabilit…

    …y of the rental features
    Alexis de Lattre committed May 31, 2015
    Configuration menu
    Copy the full SHA
    f7ab04a View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2015

  1. You can now write directly in the "number_of_days" field

    Alexis de Lattre committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    d8c938f View commit details
    Browse the repository at this point in the history
  2. Fix flake8 warnings

    Alexis de Lattre committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    9ee00ea View commit details
    Browse the repository at this point in the history
  3. Fix spelling mistake notified by @jbeficent

    Alexis de Lattre committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    1702217 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d61595d View commit details
    Browse the repository at this point in the history
  5. Update POT file and FR translation

    Fix translated string in code
    Alexis de Lattre committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    bf10018 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2015

  1. Take into account the remarks of Jordi Ballester

    Add option to copy image from product to rental service
    default_code should not be a required field in rental service wizard
    Add help message on rental_qty field
    alexis-via committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    c1ca1eb View commit details
    Browse the repository at this point in the history