===========================
Manage language in contacts
===========================
Odoo by default propagate language field to the created contacts from their
form, but it doesn't allow to change it once created.
This module fills this gap, and also provides other facilities for the
contact language management:
* Put the language of the parent company when the contact doesn't have a
language and this parent company is assigned.
* When the company changes the language, it fills with the same language all
the contacts that don't have any.
Usage
=====
Go to any partner that is a company and has contacts. Click on one contact
and you will be able to edit the language.
* [ADD] partner_default_sale_discount
Default sales discount per partner
==================================
This module allows to define at partner level a default discount to be applied
on sales orders as the default one. As the field is a company dependent one,
you can configure a different value for the partner for each of your companies.
Configuration
=============
Enabling the use of discounts in Odoo:
* Go to *Sales > Configuration > Settings*
* On the group "Quotations & Sales", select the option "Allow discounts on
sales order lines" for the "Discount" section.
Setting a default sales discount:
* Then, go to *Sales > Customers*.
* Create or modify a customer.
* Go to "Sales & Purchases" page.
* In the "Sale" section, there's a field called "Default sales discount (%)"
where you can fill the default discount percentage.
* This value can only be filled at company partners, not for contacts.
Usage
=====
To use this module, you need to:
* Go to Sales > Quotations.
* Create a new quotation.
* Select a partner with a default discount applied.
* Create an order line, and you will see this discount as default in the line.
Known issues / Roadmap
======================
* This module doesn't work with *product_visible_discount*, as it overwrites
the discount field with its own value.
- Renamed crm_job_position to partner_contact_job_position.
- Drop all CRM dependencies.
- Improve README.
- Add form view.
- Rename one model.
- Rename some fields.
- Reorder module.
- Remove pot.
- Update translation.
- Use new-style short license and copyright headers.
* [FIX] added hooks,modified version,MVC structure and simple headers
* hooks docstrings & test for post_init_hook from PR#318
* [FIX] remove street3 with 2 different pattern
* [FIX] added test for uninstall_hook