- Sep 02, 2016
-
-
Denis Vermylen (dve) authored
rename options, add radio widget
-
- Aug 31, 2016
-
-
Denis Vermylen (dve) authored
- Add optional products and pricelists to ecommerce section - add mail template sent when confirming a sale order - rename and clarify using radio widgets
-
- Aug 29, 2016
-
-
Nicolas Martinelli authored
Move the key field to the website config
-
- Aug 25, 2016
-
-
Nicolas Martinelli authored
As of June 22 2016, the use of API key is required to access the following: - Google Maps JavaScript API - Google Static Maps API - Google Street View Image API https://developers.google.com/maps/pricing-and-plans/standard-plan-2016-update For domains accessing the API before June 22, it will still work without an API key. Since Google advises to use the API key, we hide the Maps if no API key is defined.
-
- Aug 04, 2016
-
-
Ravi Gadhia authored
Migration of website module to new API. The tricky phase is ir_http.py : we need to use `request.env` only when the authenfication phase is done. Normally by calling `super` of `_dispatch` method, but website module required it to be done before. This is important since `env`is a lazy property of `request` object. Some hack were kept since this commit is a migration ('RequestUID' in ir.http, ...) Some docstrings were added.
-
Jérome Maes authored
-
- Apr 20, 2016
-
-
Fabien Pinckaers authored
[IMP] account: d'ont create journal items for invoice lines with quantity 0 (not amount because of tax) [IMP] crm: usability kanban view and schedule an activity [FIX] crm: schedule an activity bug when no activity yet [IMP] website: app for website (not a menu in website admin)
-
- Mar 22, 2016
-
-
Yannick Tivisse authored
This field is misunderdstood by common user and is problematic in saas instances. Make it invisible, but usable with the html editor
-
- Mar 18, 2016
-
-
Srushti Patel authored
-accounting, project, crm, mass_mailling, stock, point_of_sale, website, website_sale, sale
-
- Mar 11, 2016
-
-
Darshan Kalola authored
Easy solution: a binary field in website.config.settings
-
- Mar 10, 2016
-
-
Martin Geubelle authored
-
Martin Geubelle authored
-
Martin Geubelle authored
-
- Mar 07, 2016
-
-
Yannick Tivisse authored
-
Yannick Tivisse authored
This additional administration group was formerly used to hide the configuration menuitems for the common users. Being manager should be enough to access these items
-
- Feb 10, 2016
-
-
Olivier Dony authored
Users are tempted to enable all features they see under the former "Speed" section of the website settings, even if they have no idea what they do. One of them was `CDN Base URL` and had a default value that was wrong and very likely to break your website if enabled by mistake. This commit replaces the default value with a placeholder that looks more like a `sample` URL, and makes the fields required when the CDN option is enabled. It also moves the whole "Speed" options to technical features / debug mode.
-
- Oct 08, 2015
-
-
Fabien Pinckaers authored
-
- Oct 05, 2015
-
-
Olivier Dony authored
Remove some duplicate config settings and improve the layout of boolean options in various config screens
-
- Oct 01, 2015
-
-
Antony Lesuisse authored
-
- Aug 19, 2015
-
-
Ronak Baxi authored
The main button has classnames btn btn-primary. Other buttons have classnames btn btn-default. No more 'or' between the buttons.
-
- Aug 11, 2015
-
-
qsm-odoo authored
-
- Jul 06, 2015
-
-
Raphael Collet authored
In view inheritance, selecting an element based on the attribute `string` is broken, since this attribute may be translated before the inheritance is applied. This fixes existing views to avoid such selections.
-
- May 28, 2015
-
-
Yannick Tivisse authored
- Jump on Users tree view when clicking on settings - Move Companies into Users menuitem - MRP menus sequence fix - Website Admin menus sequence fix - Move slides menus into Website Admin
-
- May 27, 2015
-
-
Yannick Tivisse authored
them alphabetically Bloc Simple apps 1 Chat 2 Agenda 3 Notes 4 Contacts Bloc Sales apps 5 Sales 10 Lead Automation 15 Members 20 Point of Sale 25 Purchases Bloc Operation apps 30 Warehouse 35 Manufacturing Bloc Accounting app 40 Accouting/Invoicing 45 Payroll Bloc Project 50 Project 55 Timesheets Bloc Marketing 60 Mass Mailing 65 Events 70 Surveys Block HR 75 Employees 80 Recruitment 85 Appraisal 90 Attendances 95 Leaves 100 Expenses 105 Lunch 110 Equipments 115 Fleet Bloc Website 200 Website 205 Live Chat 210 Versionning 215 Website Admin Bloc Settings 300 Knowledge (Hidden if not base.group_configuration) 305 Dashboards 310 Modules 500 Settings
-
Yannick Tivisse authored
-
Yannick Tivisse authored
add a group menu_configuration in the admin rights
-
- 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
-
- Dec 11, 2014
-
-
Richard Mathot authored
-
Richard Mathot authored
-
- Dec 01, 2014
-
-
Martin Trigaux authored
The website name is by default "localhost" (used in the page title in the format "Current Page | Website Name") but there were no way to change it. Fixes #3493
-
- Oct 22, 2014
-
-
Fabien Meghazi authored
-
- Sep 18, 2014
-
-
Fabien Meghazi authored
-
- Sep 16, 2014
-
-
Goffin Simon authored
-
- Jun 12, 2014
-
-
Fabien Meghazi authored
-
- May 12, 2014
-
-
Fabien Meghazi authored
bzr revid: fme@openerp.com-20140512113820-oidhod8ovqp3nh9a
-
- Jan 27, 2014
-
-
Christophe Matthieu authored
bzr revid: chm@openerp.com-20140127180059-sfwyqf57eixr8dxq
-
Christophe Matthieu authored
bzr revid: chm@openerp.com-20140127173816-uldoee71h7ntpyhl
-
- Oct 03, 2013
-
-
Christophe Matthieu authored
bzr revid: chm@openerp.com-20131003150048-elm5kiwabrh1j6gt
-
- Jul 26, 2013
-
-
Christophe Matthieu authored
bzr revid: chm@openerp.com-20130726090445-4mmd1xlx5uwd6vmx
-