- May 10, 2017
-
-
Thibault Delavallée authored
Purpose of this commit is to clean and uniformize report naming through various addons. It has been chosen to name them using a formatting like <report_name> - <object_name or suffix> .
-
Thibault Delavallée authored
Purpose of this commit is to clean and uniformize report naming through various addons. It has been chosen to name them using a formatting like <report_name> - <object_name or suffix> . Improve report naming in sale, point of sale, l10n_ch, purchase, purchase requisition, report intrastat, website_quote
-
Thibault Delavallée authored
Otherwise you have to have another xml block just to define the print report name instead of doing everything in the report tag.
-
Thibault Delavallée authored
Otherwise a constraint is raised because new line are added to the payment term instead of recreating them from scratch. This constraint blocks people from reinitializing the module, which is quite boring when developing.
-
Haresh Shyara authored
Because task has an html file and issue was jealous. And also to have clickable links.
-
Rohan Patel authored
-
Rohan Patel authored
-
Dhaval Suthar authored
hr.recruitment.report is not necessary anymore as it can be replaced by classic pivot and graph views on hr.applicant model. Applicant has been slighty modified to ease reporting * adding group_operator average on both days to computation; * adding group_operator average on working hours computation;
-
Rohan Patel authored
-
Rohan Patel authored
-
Dhaval Suthar authored
hr.recruitment.report is not necessary anymore as it can be replaced by classic pivot and graph views on hr.applicant model. Applicant has been slighty modified to ease reporting * adding group_operator average on both salary fields; * adding missin delay to close computation on applicant;
-
Foram Katharotiya authored
[IMP] payment_paypal: finally add a field to store PDT token instead of hidden configuration parameter
-
dbh authored
-
dbh authored
Purpose ======= Don't display sales app icon in Odoo homepage when installing ecommerce (only website should be visible) it's confusing to have sales icon -> where do I manage my sales? In sales or in website? -> in website Specfication ============ We need one new modules to add Sales menus to the homepage. Currently they come with "sale". So when installing "website_sale", we get them (because sale and account are dependencies of website_sale). We don't want that anymore. Along with that you need to replace modules in Apps menu: sales menu items must be in the new sale_management module, no longer in sale - create new app "sale_management" - Currently 3 app icons when installing ecommerce (Sales, Invoicing, Website) -> too many icons, where to start? -> GOAL: Only 2 icons > Website, Invoicing - new module to display Sales Icon (like account_accountant): "sale_management" - move menu items to sale_management - sale, sale_management: move app description, rewrite the manifest file - sale, sale_management: move tour from sale > sale_management - Changes in some dependency module "sale" > "sale_management" modules: event_sale, mrp_repair, pos_sale, report_intrastat, sale_crm, sale_expense, sale_stock, sale_timesheet, website_quote Menu items to move 'sale' --> 'sale_management' =============================================== Sales Quotations Sales Orders Invoicing Orders to invoice Orders to Upsell Catalog Products Product Variants Pricelists Reporting sales Configuration Settings Products -Attributes, Attribute Values, Internal Categories
-
Thibault Delavallée authored
Events currently have a reply_to field that is purely informative. Indeed it has to be explicitely taken into account when using mail templates and is not used for setting classic reply-to of other messages. This commit removes this field as it is simpler to have a standard behavior as in all other addons. If a custom reply-to is required it can be set on the mail template or using the mail composer.
-
Jigar Patel authored
Add blocks on settings dashboard to: - Load a translations - Set up company information
-
xmo-odoo authored
In Python 3: * various builtins and dict methods were changed to return view/iterable objects rather than lists * and the separate Python 2 view/iterable builtins and methods were removed altogether This is problematic when using these items as list (which the happens repeatedly in Odoo), but more viciously when iterating *multiple times* over them (which also happens, which I've messed up multiple times while writing this, and which is a pain to debug even when you've just created the issue). Convert all code using these to semantics-matching cross-version helper functions to get the LCD behaviour between P2 and P3, and forbid the builtins via lint. issue #8530
-
- May 09, 2017
-
-
Akash Bhavsar authored
Purpose ======= - product form is a bit disorganized with fields showing up at wrong place: - inventory tab for services -> to remove - subscription & events fields under Invoicing tab - inventory tab is not structured - invoicing and bill control fields are not grouped together - etc.
-
Csaba Fazekas authored
So much templates. Amazing emails. Impressed recruitment. Very applicant.
-
Thibault Delavallée authored
-
Fabrice Henrion authored
To new SF phone number Closes #16711
-
Jérome Maes authored
-
Jérome Maes authored
-
- May 08, 2017
-
-
Frank Gevaerts authored
Done at #16771
-
Adrien Peiffer (ACSONE) authored
Closes #16792 Closes #16491 opw-740246
-
Laurent Smet authored
The content of the report module is now dispatched in the 'base' and the 'web' modules.
-
Laurent Smet authored
- RML Reports - Webkit Reports (most part already removed by 13b9982c) - LocalService in netsvc.py - rename attributes like rml_% to report_% - rename ir.actions.report.xml to ir.actions.report - allow rendering directly on an ir.actions.report by calling render method - remove 'controller' report_type - remove unused res.font stuff - remove print_report method in models.py (not used) - restore removed call to pdftotext process in test_reports
-
- May 05, 2017
-
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Martin Geubelle authored
An invisible cell should be visible in the list renderer otherwise the cells are not correctly aligned anymore.
-
Raphael Collet authored
The attribute `group_expand` allows to reorder and add empty groups to the result of `read_group`. Enable this feature for other fields than many2one fields.
-
Denis Vermylen authored
This also allows the selection of the url which was previously bugged.
-
Christophe Simonis authored
-
Christophe Simonis authored
-
qsm-odoo authored
Before this commit, fields were selected on activation (focus) but only after a setTimeout. This setTimeout is in fact not necessary. Removing it allows to test the selection in unit tests.
-
qsm-odoo authored
`DebouncedField` and `InputField` classes were not properly factorized, some of the DebouncedField code had to be part of the `InputField` class (which is a specialization of `DebouncedField`). Indeed the `FieldText` class, specialization of `DebouncedField` class, was missing properties which were part of `InputField` and was duplicating code which was already defined in `InputField`. For example, it was not possible to navigate out of text fields in editable list views with the right/left keys as this was part of the `InputField` class. Note: the FieldTextHtmlSimple class was implementing the `commitChanges` function differently than `DebouncedField` but this was in fact not necessary. This is why documentation update has also been done for this by this commit.
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Fabien Pinckaers authored
Please refer to individual commits for more details. This commit merges remote-tracking branch 'dev/master-crm-phone-fp-tde'. Closes #16412 .
-