- Apr 27, 2015
-
-
Thibault Delavallée authored
-
Thibault Delavallée authored
-
Thibault Delavallée authored
it from the code. This avoids having some warnings about unexisting field.
-
Mitesh Savani authored
anymore. Also added default stages.
-
sha-odoo authored
contextual. This means that you can post a message using the full composer on a document that has a chatter. This is a shortcut to scroll down / send a message / toggle full composer. The use case is for example to send an email on an issue or an applicant, using a template.
-
- Apr 26, 2015
-
-
Fabien Pinckaers authored
-
- Apr 24, 2015
-
-
Yannick Tivisse authored
- Several Modules have been splitted into several apps Examples : Human Resources : Splitted into Leaves, Recruitment, Expenses, Appraisals, Timesheets, Employees, Payroll Marketing : Mass Mailing, Events, ... Messaging : Chat, Agenda, Notes, Address Book, ... - Generally, the related reports have been moved in the apps, as last menu - Also, configuration menu (no_one group) have been moved into a config root menu exception made for the warehouse and lunch modules - Configuration for typical frontend modules have been moved into the website settings Related modules : Ecommerce, blog, slides, forum - When they are present, menus like 'product' or 'customers' have been moved ex : Customers in Sales menu, Product in POS menu - A lot of sequences and xmlids have been added or modified in this commit - List of apps : 1 Chat : Inbox, Channels 2 Agenda : Calendar 3 Notes 4 Address Book : The view contact is still laying in the mail module (1 app => 2 icons) 5 eCommerce : Still to define : Config + Orders Analysis + Shipping + incoming Amazon module 6 Sales : Dashboard (Sales Team Kanban), CRM, Sales (note that they are splitted into 2 submenus) Assignation, After-Sales (Invoicing and Services), Reports 7 Point of Sale : Dashboard (POS status), Orders, Reports 8 Project : Dashboard (Project Kanban), Search (all tasks, issues), Incoming Forecasts module, Reports Project.issue.version feature has been removed completely 9 Members : Dashboard (Members Kanban), Report, Config 10 Timesheets : Time Tracking, Approvals, Reports 11 Purchase : Purchase, Control (Products and Bills) 12 Warehouse : Dashboard (Warehouse Kanban), Operations, Inventory Control, Schedulers, Configuration 13 Manufacturing : Same menu structure 14 Mass Mailing : Mailings, Campaigns, Reports 15 Events : Events, Reports 16 Lead Automation : Campaigns, Reports 17 Surveys : Surveys, Reports 18 Human Resources : Dashboard (Departments Kanban), Employees, Contracts, Engagement (Gamification) 19 Recruitment : Job Positions, Applications, Resumes & Letters, Reports 20 Expenses : Expenses, Approvals, Reports 21 Leaves : My Leaves, Approvals, Reports 22 Appraisals : Appraisals, Interview, Reports --> Will probably be modified by the incoming refactoring 23 Payroll : Current Menu 24 Lunch : My Lunch, Manager, Configuration 25 Accounting : Same menus currently, waiting the new accounting to be merged 26 Fleet : Current menu 27 Sign : Incoming docusign module 28 No root menuitem with this sequence 29 Attendance : Attendance, Reports Sign in/out by project feature has been removed completely 30 Link Tracker (group_no_one) : Link Tracker, UTMs New view added : URL Shortner, which is the frontend view embedded in backend 31 Versionning : Website domain, Versions, Experiments 32 Slides (group_no_one) : Channels, Categories, Slides, Tags 33 No root menu item with this sequence 34 Livechat : Channels, History, Reports 35 Dashboards : My Boards, Configuration 36 App Store : Local Modules, Apps, Updates Last Settings : Incoming Dashboard Settings, Sales, ...., Website Settings General Pattern for all modules' settings : | Module_name |-- Settings : General Config view (checkbox screen) |-- Record setting 1 |-- ... |-- Record setting n Example for Sale module | Sales |-- Settings : Checkbox screen |-- Quotations |---- Quotation Templates |---- Report Layout Categories |---- Contract Template |---- Invoice Type |-- Contract |---- Deduplicate Contacts |-- Delivery |---- Delivery Methods |---- Delivery Pricelist
-
Mohammed Shekha authored
-
- Apr 23, 2015
-
-
Nicolas Martinelli authored
widget for displaying previous orders. Detailed changes : - previous order is not a computed field, with its own custom widget that has been designed according the new spec for widgets; - useless wizards have been removed, and replaced by some server actions that perform the same action with less code and views; - removed deprecated or incomplete reporting; - some renaming to follow the new specifications of module coding
-
Thibault Delavallée authored
to prepare the migration to the new API. Some files have not been renamed because they will disappear soon.
-
Jérome Maes authored
-
Darshan Kalola authored
Planner is like web Tips : a data in a module. - Rename planner.planner to web.planner - Rename files according to guidelines - Remove planner_crm module - Make CRM depends on web_planner, and add its planner as crm data - Remove duplicate less style - Add 'active' boolean field on planner (to disabled them), and create planner backend views
-
- Apr 22, 2015
-
-
Jamin Shah authored
-
Yannick Tivisse authored
-
sha-odoo authored
-
Richard Mathot authored
New tests introduced at 680a1747 use code from the module test_new_api which was not listed as a dependency
-
Rakesh Sindhav authored
-
Fabien Pinckaers authored
-
Rakesh Sindhav authored
[IMP] website_slides : hide the navigation buttons (of the PDF Viewer) if the document has only one page
-
Yannick Tivisse authored
- New filter "not cancelled" for attendees management - No more readonly nor invisibility on "minimum number of seats" - Event questions and mail scheduling have been put under an optional tab
-
- Apr 21, 2015
-
-
Yannick Tivisse authored
-
Ronak Baxi authored
-
Yannick Tivisse authored
-
Yannick Tivisse authored
-
Yannick Tivisse authored
-
Amit Vora authored
-
Bhumi Patel authored
[FIX] web: form views in popups were looking for the edit button (that is not showed in a popup), and crashed exempli gratia: In calendar, open an existing meetings from the calendar view and then click somewhere in the view.
-
sha-odoo authored
-
Rakesh Sindhav authored
-
Gaurav Panchal authored
-
Jusab Sida authored
-
- Apr 20, 2015
-
-
Amit Dodiya authored
-
Christophe Matthieu authored
[IMP] web_tests: add a tour to test AbstractManyField widget and one2many and many2many python api communication and on change trigger
-
Christophe Matthieu authored
[FIX] web: AbstractManyField: many to one set dataset.ids without use abstract field api. Need to clone the list to avoid the duplicate record on create.
-
hardik authored
-
- Apr 18, 2015
-
-
Christophe Simonis authored
Error introduced during forward-port at a9471c43
-
Christophe Simonis authored
error. Better solution welcome.
-
- Apr 17, 2015
-
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
When computing default values, `self.company_id` may not be set. Use explictly `self.invoice_id.company_id` to compute the signed subtotal. Also, only do it when there is an invoice.
-