lp:~openerp-dev/openobject-addons/trunk-bug-1174160-Pooja

Created by Pooja Zankhariya(OpenERP) and last modified
Get this branch:
bzr branch lp:~openerp-dev/openobject-addons/trunk-bug-1174160-Pooja
Members of OpenERP R&D Team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
OpenERP R&D Team
Project:
Odoo Addons (MOVED TO GITHUB)
Status:
Development

Recent revisions

8794. By Pooja Zankhariya(OpenERP)

[IMP]Check for supplier

8793. By Pooja Zankhariya(OpenERP)

[FIX]Pricelist Report for Supplier Pricelist

8792. By Thibault Delavallée (OpenERP)

[MERGE] [CLEAN] Idea: cleaned idea module, to be used for demo data / demonstration
- cleaned coding style
- cleaned model, views
- removed specific tool group
- added a kanban view
- added and improved demo data
- removed inheritance and reference to mail module; to be added back soon
- added basic folder and files for tests

8791. By Thibault Delavallée (OpenERP)

[MERGE] [IMP] Alias Improvement

mail_alias:
- alias_name is not required anymore (but still unique),
- added the concept of 'parent of alias' that is the record that owns the alias. For example project+RD is an alias whose parent is a project, and the aliased model is the project.task model (create alias). user+admin is an alias whose parent is the user, and whose aliased record is also the user (update alias).
- added 'alias_contact' selection field that holds the alias settings. Values are:
-- everyone: everyone can contact the alias; the behavior will be the same as before this revision
-- partners: only authenticated partners can contact the alias. If the author of an incoming emails is not a known partner, the email bounces.
-- followers: only followers of the record owning the alias can contact the alias. Otherwise the email bounces. For example on a project only project followers can create new tasks or issues using the alias. On a mail group, only group followers can discuss in the group using the alias.
- improved form view; added 'open document' and 'open parent document' buttons

mail:
- updated message_route to handle alias contact settings. There is notably a new message_route_verify method that performs various checks on the route (message_update / messsage_new attribute, related record, alias contact settings)
- added _find_partner_from_emails method that merge various partner finding methods that were present in mail_thread
- added some mail-related CSS coming from web
- added tests; removed duplicate tests introduced when merging saas-1 into trunk

crm.lead, hr.job, mail.group, res.users, project.project:
- updated create method overrides
- improved alias display in views (form and kanban if exists)

event: moved visibility field (public / employees) from portal_event to event module

8790. By Nicolas Vanhoren (OpenERP)

[FIX] auth_openid: converted controllers to fit the new API

8789. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

8788. By Nicolas Vanhoren (OpenERP)

[FIX] auth_oauth: authentication problem with the new server-side web framework

8787. By Quentin (OpenERP) <email address hidden>

[FIX] purchase, accont_anglo_saxon: fixed the creation of invoice from PO lines so that it reuse the _prepare_inv_line() method. This code factorization is needed in order to work with account_anglo_saxon module (before the anglo saxon accounting mode was ignored if the PO's invoicing method was 'generate invoices from PO lines')

8786. By Quentin (OpenERP) <email address hidden>

[REF] *: change linked to server revision 4907. Removed deprecated 'view_load' attribute + removed duplicated first argument of property fields which is replaced with 'relation' argument in case where it is really needed (relational fields): indeed this first argument was totally useless for property of float type (for example).

8785. By Quentin (OpenERP) <email address hidden>

[FIX] account_anglo_saxon: fixed the computation of price difference inc costing method != 'standard' + added yaml test for the same feature

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:openobject-addons
This branch contains Public information 
Everyone can see this information.

Subscribers