- May 11, 2017
-
-
Thibault Delavallée authored
Commit https://github.com/odoo/odoo/commit/e80238042c9d93d492ea8b06b0041aced0d81dcd refactored and removed report module. However it broke among other the feature allowing to customize reports. This commit fixes first bugs preventing the 'choose template' box to appear. Feature is still broken though.
-
Thibault Delavallée authored
Report naming has been recently updated at commit efdb5373 . However some people, same kind of people who cannot walk on two stone steps at a time or have to put their pens parallel on their desktop, thought another step could be done in order to have the same convention of naming for every report. Convention for report naming is now "<report name> - <object name>". This commit also improves the RNG validation of report tag in order to be able to directly put print_report_name into the report declaration instead of having to define it in a separate ir.actions.report.xml node. This merges remote-tracking branch 'dev/master-report-name-youpie'.
-
Jérome Maes authored
This module is buggy and unusable. The goal is to simplify timesheet flow. New validation flow is bring with timesheet_grid (enterprise edition ....) These commits provides adaptations and removal of hr_timesheet_sheet.
-
Jérome Maes authored
Remove the module, since we deprecate complex sheet management.
-
Jérome Maes authored
-
Jérome Maes authored
-
- 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> . Improve report naming in product, stock, mrp and mrp repair.
-
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 hr_attendance, hr_expense and hr_payroll.
-
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.
-