- Aug 02, 2019
-
-
Sébastien Theys authored
image_original => image_1920 (now resized to 1920) image_big => image_1024 image_large => image_256 image_medium => image_128 image_small => image_64 image replaced by image_1920 (when writing) or by image_1024 (when displaying what was previously the big size) + add new intermediate format: image_512 PR: #34925
-
Sébastien Theys authored
PR: #34925
-
Hardik Prajapati authored
Validate a bank statement from reconciliation widget and then open the statements view from the widget and try creating a new statement. An error happens when trying to select a partner because the default journal is not set in the action closes odoo/odoo#35418 Signed-off-by:
Cedric Snauwaert (csn) <csn@openerp.com>
-
mreficent authored
The view name is often not very informative, add the external id for a better error closes odoo/odoo#29473 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Robot Odoo authored
This merge removes the mass_mailing.campaign model. Instead of having a fully fledged model, we will simply inherit utm.campaign. This change implies that mass_mailing.tag and mass_mailing.stage move to the utm model along their associated views/data. These changes were made so that campaigns could be used in the future by social, mass_mailing and mass_sms and available in the same view This commit also removes the source_id and the medium_id fields on the campaign. Indeed those depends on the flow, not the campaign (mass mailing is a source, email is a medium for example). In this merge we also add statistics from crm and sales to the campaign model like what has been done for mass mailing previously. Task ID: 2002029& PR: #34015 closes odoo/odoo#34452 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
qmo-odoo authored
This commit renames the mass_mailing_ids and the mass_mailing_clicks_ratio to mailing_ids and mailing_clicks_ratio. Indeed it is shorted and more inlined with the new model names. Task ID: 2002029 PR: #34015
-
qmo-odoo authored
PURPOSE This commit removes the mass_mailing.campaign model. Instead of having a fully fledged model, we will simply inherit utm.campaign. We will also add relevant statistics on utm campaign model in order to use it in various applications. SPECIFICATIONS This commit changes website_links.js so that, when creating a campaign, the field is_website is set to true. This will allow us to filter irrelevant campaigns in mass_mailing and social Task ID: 2002029 PR: #34015
-
qmo-odoo authored
PURPOSE This commit removes the mass_mailing.campaign model. Instead of having a fully fledged model, we will simply inherit utm.campaign. We will also add relevant statistics on utm campaign model in order to use it in various applications. SPECIFICATIONS This commit fixes the domain used to get the invoiced amount generated by the mailing.mailing. The new domain will be the same as the one used in the invoice report Task ID: 2002029 PR: #34015
-
qmo-odoo authored
PURPOSE This commit removes the mass_mailing.campaign model. Instead of having a fully fledged model, we will simply inherit utm.campaign. We will also add relevant statistics on utm campaign model in order to use it in various applications. SPECIFICATIONS This commit adds revenue and quotations statistics on the kanban and the form view of the utm.campaign Kanban and form views will now display the invoiced_amount and the number of quotations generated by the campaign. TaskID: 2002029 PR: #34452
-
qmo-odoo authored
PURPOSE This commit removes the mass_mailing.campaign model. Instead of having a fully fledged model, we will simply inherit utm.campaign. We will also add relevant statistics on utm campaign model in order to use it in various applications. SPECIFICATIONS This commit adds leads/generated statistics in the kanban and the form view of the utm campaign. Kanban and form views will now display the number of leads and opportunities generated with the campaign TaskID: 2002029 PR: #34452
-
qmo-odoo authored
PURPOSE This commit removes the mass_mailing.campaign model. Instead of having a fully fledged model, we will simply inherit utm.campaign. We will also add relevant statistics on utm campaign model in order to use it in various applications. SPECIFICATIONS This commit removes the mass_mailing.campaign model. Instead of having a fully fledged model, we will simply inherit utm.campaign. This change implies that mass_mailing.tag and mass_mailing.stage have to move to the utm model along their associated views/data. These changes were made so that campaigns could be used in the future by social, mass_mailing and mass_sms and available in the same view This commit also removes the source_id and the medium_id fields on the campaign. This commit also moves the unique_ab_testing field from the mass_mailing_campaign to the mass_mailing model Task ID: 2002029 PR: #34015
-
- Jul 31, 2019
-
-
wan authored
Task 2038326 * Tick the credit note sequence by default on the customer invoices and vendor bills journals * Write Customer Invoice/Vendor Bill/Credit Note/Customer refund at the top of the document * The reference field should be printed on the credit note pdf (interesting because it gives source and reason) * If the document is a credit note, there shouldn't be any payment information on the pdf (the customer doesn't have to pay you) (currently you see the "payment communication" the customer is supposed to use) * Rename Credit Note to Refund on dashboard * Add tooltip on payment widget closes odoo/odoo#35231 Signed-off-by:
Cedric Snauwaert (csn) <csn@openerp.com>
-
- May 15, 2019
-
-
Josse Colpaert authored
If you have a PST number, certain taxes don't need to be paid, but the number should be indicated on the invoice however. opw-1951352 Closes #31982 Signed-off-by:
Cedric Snauwaert (csn) <csn@openerp.com>
-
- Aug 02, 2019
-
-
jbm-odoo authored
If the connection test to mail server succeeds, we shouldn't see "Oops something went wrong" and "User Error" either Replace error generation to display success message by bus notify. closes odoo/odoo#35292 Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
-
jbm-odoo authored
When a user change his langage in employee profile, he doesn't see the result before reloading manually the page. With this commit, when a user change his language, the page is reloaded on saving. And remove Create button on My Profile closes odoo/odoo#34906 Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
-
Naglis Jonaitis authored
* account, hr_contract, hr_expense, point_of_sale, sale_margin, website_sale_delivery, website_sale_wishlist digits only works on Float fields, on Monetary fields it has no effect: - The column_type of a monetary field is always numeric - It is not applied in `convert_to_column()` or `convert_to_cache()` - It is not part of `description_attrs`, so it will not be included in the output of `fields_get()` closes odoo/odoo#35336 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Ravi Gohil authored
- Added zero rated and exempted taxes - Improved 7% tax label - Removed unused tax group opw-39083 closes odoo/odoo#35203 Signed-off-by:
oco-odoo <oco-odoo@users.noreply.github.com>
-
Kevin Baptiste authored
Purpose ======= Clean screens and improve onboarding TaskID: 2029772 closes odoo/odoo#34543 Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
-
Martin Trigaux authored
The export is now always in raw_mode Adapt the tests Fixes odoo/odoo#18798 closes odoo/odoo#26724 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Robin Heinz authored
We added a button for the front end closure to go back to the back end. Before this, the only way to go back was to change the URL, now we can close the session with the frontend properly. Also moved the css related to pos_hr in the good directory. Task-id: 2032178 closes odoo/odoo#34948 Signed-off-by:
pimodoo <pimodoo@users.noreply.github.com>
-
Pierre Masereel authored
When we try to validate a pos session without beinig administrator, we don't have access rights on the valuation layer. So we've extended this rev: 7ef11e3c
-
Yannick Tivisse authored
closes odoo/odoo#34553 Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
-
Swapnesh Shah authored
Use same as other _check_recursion error messages closes odoo/odoo#33125 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Jul 30, 2019
-
-
Vincent Schippefilt authored
Before this commit, when clicking on a cell in the listview, the cell receives the focus, which makes it have an extra style (darker gray) when waiting for the page to laod. After this commit, the extra style will only be added when using the keyboard to navigate between the cells and not on click. task-id: 2041902 closes odoo/odoo#35303 Signed-off-by:
Mathieu Duckerts-Antoine <Polymorphe57@users.noreply.github.com>
-
- Jul 23, 2019
-
-
Naglis Jonaitis authored
This appears to be leftover from a C/P from the line above, however `type="html"` does not make much sense on `<p>` element. closes odoo/odoo#35124 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Jul 30, 2019
-
-
Jinal Patel authored
task- 1945878 closes odoo/odoo#35056 Signed-off-by:
Simon Lejeune (sle) <sle@openerp.com>
-
Jinal Patel authored
- add Reporting > Repairs menu on Repair Order - also added pivot view task- 1945878
-
Jinal Patel authored
- add Configuration > Repair Orders Tags menu - Configuration menu should only be available for Stock/Manager task- 1945878
-
Jinal Patel authored
task- 1945878
-
- Aug 02, 2019
-
-
Martin Trigaux authored
Was added at odoo/odoo#31211 closes odoo/odoo#35393 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Aug 01, 2019
-
-
Naglis Jonaitis authored
closes odoo/odoo#35389 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Jul 31, 2019
-
-
Naglis Jonaitis authored
* account, crm, hr, im_livechat, l10n_ch, l10n_it_edi, mail, mass_mailing, project, stock, base - `String` -> `string`; - `defaut` -> `default`; - `defaults` -> `default`; - `reandonly` -> `readonly`; - removed redundant `placeholder` attribute for `Char` field; - removed redundant `size` attribute for `Float` and `Integer` fields; - changed to use `Selection` instead of `Char` for a field having a defined `selection`. closes odoo/odoo#35356 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Aug 02, 2019
-
-
Gert Pellin authored
The group 'group_discount_per_so_line' is used on reports in point_of_sale but is created in 'sale' module and point_of_sale doesn't depends on sale. So we've move this group on product to be able to properly use it in point_of_sale. TASK-ID: 2008468 closes odoo/odoo#35041 Signed-off-by:
pimodoo <pimodoo@users.noreply.github.com>
-
Pierre Masereel authored
The stat button on the pos session that shows the different POS orders linked to the session has been deleted by mistake in rev: 91532b7b So we've set it back.
-
Gert Pellin authored
We made here some small changes on the views of different object of POS module, and set the field journal_ids required in the views, because launching a POS without payment method won't magically assign one anymore. TASK-ID: 2008468
-
Pierre Masereel authored
When the accounting localisation is installed after the POS config, the values on the default POS config which is in data are not completed because the POS config has been created before any journal exists. So now, when a chart template is installed, we are completing the POS config values, and creating the Sale POS journal. We also call the creation of POS journal when the point_of_sale module is installed after the template is installed on the database to be sure that we have a default value for POS journal. TASK-ID: 2008468
-
Gert Pellin authored
When a pos config is created, default values set on it are not allways correct, for the sale journal we are referencing a data, which mean rthat it only worls in the first company. For the invoice journal, we are referencing the wrong journal in the onchannge, etc TASK-ID: 2008468
-
- Aug 01, 2019
-
-
Pierre Masereel authored
When a chart of account is installed, it first remove all existing existing data. If you don't have account_accountant module installed, but you have create a bank or cash journal (through the POS for example). Some accounts have been created and the installation of chart template is trying to remove some models, but as the account_accountant you don't have access write on model 'account.reconcile.model'.
-
Martin Trigaux authored
No need for selection fields If in global variable, the _lt should be used instead closes odoo/odoo#31211 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Martin Trigaux authored
Introduces the method _lt The translation method is now evaluated lazily. It allows to declare global variables with translatable content e.g. this code will now work: LABEL = _lt("User") def _compute_label(self): context = {'lang': self.partner_id.lang} self.user_label = LABEL
-