- May 11, 2017
-
-
xmo-odoo authored
* cross-version metaclass spec * more formally deprecate browse_record and browse_null since they were using metaclasses anyway * update docstrings referencing the latter
-
Nikunj Ladava authored
Purpose ======= Internal categories are only useful for accounting & inventory. -> so they should be only visible for such modules Also terms are confusing: internal category -> category "internal" is not obvious Specification ============= - remove internal categories menus from: sales website_sale pos - rename menu in: purchase inventory - add menu to: accounting products must be visible even if account.accountant is not installed categories only visible if account.accountant is installed - rename categories in product form: - category - pos category
-
Thibault Delavallée authored
Report module has been cleaned and moved into base at https://github.com/odoo/odoo/commit/e80238042c9d93d492ea8b06b0041aced0d81dcd. However there are leftover references to report module. This crashes the template choice feature.
-
Yannick Tivisse authored
See each commit message for more information about the impacted modules.
-
Kishan Gajjar authored
Purpose ======= Improve readability on mobile Specification ============= Activate Kanban view on those so it could be displayed by default on mobile instead of view list List of impacted modules: - base : kanban for currencies - base : kanban for users - base : kanban for Companies
-
Kishan Gajjar authored
Purpose ======= Improve readability on mobile Specification ============= Activate Kanban view on those so it could be displayed by default on mobile instead of view list List of impacted modules: - report_intrastat: kanban for intrastat - google_drive: kanban for Google Drive(Templates) - anonymization: kanban for anonymized fields
-
Kishan Gajjar authored
Purpose ======= Improve readability on mobile Specification ============= Activate Kanban view on those so it could be displayed by default on mobile instead of view list List of impacted modules: - mass_mailing: kanban for mailing lists - mass_mailing : kanban for contacts - marketing_campaign: kanban for campaigns - marketing_campaign : kanban for segment - survey: kanban for answers - project : kanban for config >> project(reuse project dashbord kanban) - project_issue_sheet: kanban for stages
-
Kishan Gajjar authored
Purpose ======= Improve readability on mobile Specification ============= Activate Kanban view on those so it could be displayed by default on mobile instead of view list List of impacted modules: - hr_holidays: kanban for leaves summary - hr_holidays: kanban for allocation request(reuse leaves summary) - hr_holidays: kanban for leave details(reuse leaves summary) - hr_attendance: kanban for attendances - hr_timesheet: kanban for activities - hr_contract: kanban for contracts - hr_recruitment: kanban for Stages - hr_recruitment: kanban for Job Positions(reuse Job Positions dashboard) - lunch : kanban for previous order - lunch : kanban for employee payment - lunch : kanban for control accounts reuse kanban of employee payment - lunch : kanban for control vendors reuse previous order - lunch : kanban for product - lunch : kanban for alerts - lunch : kanban for today's orders(reuse previous order) - website_event_track: kanban for track stages
-
Kishan Gajjar authored
Purpose ======= Improve readability on mobile Specification ============= Activate Kanban view on those so it could be displayed by default on mobile instead of view list List of impacted modules: - account : kanban for purchases payments - account : kanban for journal entries - account : kanban for chart of accounts - account : kanban for budgets - account_analytic_default : kanban for analytic defaults - account_asset : kanban for assets - account_asset : kanban for asset types - account_budget : kanban for Budgetary Positions - account : kanban for fiscal positions - account : kanban for taxes - account : kanban for payment terms - account : kanban for bank accounts - account : kanban for journals(reuse Accounting Dashboard) - analytic : kanban for analytic accounts - analytic : kanban for analytic entries
-
Kishan Gajjar authored
Purpose ======= Improve readability on mobile Specification ============= Activate Kanban view on those so it could be displayed by default on mobile instead of view list List of impacted modules: - stock: kanban for incoming products - stock_picking_wave: kanban for picking waves - stock: kanban for reordering rules - stock: kanban for inventory adjustments - stock: kanban for stock moves - purchase_requisition: kanban for purchase agreement - purchase_requisition: kanban for purchase agreement types - procurement: kanban for procurement exceptions - mrp: kanban for unbuild orders - mrp: kanban for waiting availability mo - mrp: kanban for routing - mrp: kanban for bill of materials - mrp_repair: kanban for repair orders - mrp : kanban for work order messages - mrp : kanban for productivity losses - mrp : kanban for Orders to Plan(reuse Manufacturing Orders - mrp : kanban for work centers(reuse Work Centers Dashboard) - maintenance: kanban for equipment categories - barcode : kanban for barcode nomenclatures
-
Kishan Gajjar authored
Purpose ======= Improve readability on mobile Specification ============= Activate Kanban view on those so it could be displayed by default on mobile instead of view list List of impacted modules: - point_of_sale: kanban for pos orders - point_of_sale: kanban for pos session - point_of_sale: kanban for pos category - point_of_sale : account journal dashboard kanban in account can be used in payment methods - pos_restaurant: kanban for floor plans - pos_restaurant : kanban for order printer(use default kanban) - pos_mercury: kanban for mercury configurations(use default kanban) - point_of_sale : kanban for configration >> point of sale (Reuse Point of Sale (dashboard))
-
Kishan Gajjar authored
Purpose ======= Improve readability on mobile Specification ============= Activate Kanban view on those so it could be displayed by default on mobile instead of view list List of impacted modules: - crm: crm leads kanban - membership: kanban for membership config - product : kanban for pricelists
-
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
-