Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] hantec: adding pricelist_ids to sales_team.crm_view_form and al…
…lowed_pricelists_ids field to sales_views - Hide price list in the customers view. - Add m2m pricelists_id in crm.team model. - Add new notebook page in the sales team view form to show the price list hidden in the customers view. - Add the field allowed_pricelist_ids to sales.order model, this field is related to team_id.pricelist_ids. - Add allowed_pricelist_ids to the sales_views and hide the field. - Add allowed_pricelist_ids to the pricelist_id domain in the sale.order model. - Add onchange to team_id field to asign first price list in allowed_pricelist_ids if it is defined or Flase if allowe_pricelist_ids is not defined. - Update translation file. - Add unit test for computed method.
- Loading branch information