Commit Graph

856 Commits

Author SHA1 Message Date
Denis Ledoux
b7cfc92ddf [ADD] _extensions: possibility to create a file download link 2018-03-29 10:27:01 +02:00
William Henrotin
4607542913
Correct typo 2018-03-26 11:55:13 +02:00
Odoo Translation Bot
1f45c5ad06 [I18N] Update translation terms from Transifex 2018-03-25 06:00:30 +02:00
Olivier Dony
a11241672b [ADD] legal: translations for legal docs
Some are only drafts, more coming later.
2018-03-16 20:10:43 +01:00
Olivier Dony
9ebaaee312 [FIX] latex style: remove useless xcolor package 2018-03-16 20:08:10 +01:00
Olivier Dony
aaaa3972da [IMP] latex style: use simplified titlepage 2018-03-16 20:07:18 +01:00
Olivier Dony
5b6390f874 [FIX] layout: add missing space between classes 2018-03-16 20:05:33 +01:00
Olivier Dony
3e44912644 [IMP] legal/enterprise: clarify renewal price increase
The renewal section still referred to "per-User" charges, while the
price increase applies to all charges, including per-App ones.
Removing the "per-User" mention makes it simpler and less confusing.
2018-03-16 20:05:33 +01:00
Fabrice Henrion
a7b4061e89
[IMP] onsip: replace Zoiper with Grandstream Wave
Several issues found with Zoiper. All tests were successful with
Grandstream Wave.

Closes #268
2018-03-15 15:06:41 -07:00
goliveirab
200671f19e [IMP] accounting: improve mexico accounting doc
Closes #265
2018-03-13 16:05:45 +01:00
Odoo Online
871b6d824b [I18N] Update translation terms from Transifex 2018-03-09 11:17:50 +01:00
Martin Trigaux
5e418f6f4c [I18N] fetch latest 11.0 translations from Transifex 2018-03-09 09:43:59 +01:00
Martin Trigaux
14dce868ee [I18N] export source terms 2018-03-08 14:29:09 +01:00
Yannick Tivisse
3210603551 [FIX] sales: Remove incorrect sentence 2018-03-08 14:22:53 +01:00
Yannick Tivisse
bdc05ff387 [ADD] discuss: Get organized by planning activities
Original doc: https://docs.google.com/document/d/1vWO0A5FqKItFgRq3QM-t-enXyD1h5MFRxdoXjyHi6yg/edit
2018-03-07 17:05:42 +01:00
Yannick Tivisse
8e1eca6e87 [ADD] helpdesk: Record and invoice time for tickets
Original document: https://docs.google.com/document/d/1c7-qBfk9nxMPwVtTIBqbPxM14lxxLXPZg_jVeDEGahg/edit
2018-03-07 16:54:50 +01:00
Yannick Tivisse
ea144fb58b [FIX] livechat: Display options in bold 2018-02-27 13:11:47 +01:00
Yannick Tivisse
689046a399 [ADD] livechat: New documentation section 2018-02-27 09:48:14 +01:00
Yannick Tivisse
a5269ad671 [IMP] discuss: Use the correct banner on documentation page 2018-02-27 09:48:02 +01:00
efaOdoo
a0b5401c4d [IMP] database danagement: add db deletion instructions
And a small reorganizing of the online management page to make room
for future improvements.
2018-02-21 18:59:56 +01:00
Yannick Tivisse
04e503dd76 [FIX] accounting: Name correclty the Multicurrency section 2018-01-26 13:42:31 +01:00
Yannick Tivisse
3f960867f6 [REM] accounting: Remove useless doc page 2018-01-26 13:41:18 +01:00
Yannick Tivisse
1b871ebf80 [ADD] accounting: Add a section 'Nederlands Localization" 2018-01-26 13:38:11 +01:00
Joren Van Onder
b7c79034ab
[FIX] point_of_sale: current POSBoxes have Wi-Fi built in 2018-01-09 10:37:37 -08:00
Martin Trigaux
aa2cacaaa0 [I18N] fetch french translations 2018-01-09 10:14:53 +01:00
Martin Trigaux
d4c35d1a0a [I18N] fetch source terms 2018-01-08 17:13:56 +01:00
Martin Trigaux
673bda7d86 [I18N] export source terms 2018-01-08 17:11:37 +01:00
Frederic Gilson
e31c9fae9c [IMP] accounting l10n_fr: remove wrong link + few typos 2018-01-05 17:27:31 +01:00
Frederic Gilson
bec7031bc2 [IMP] discuss: Improve the email_servers documentation page
Coming from https://www.odoo.com/web#id=39964&view_type=form&model=project.task&action=333&active_id=880&menu_id=4720

Purpose
=======

Add following topics to email server doc:
how to use office 365 servers with Odoo on-premise (spf, dkim)
how to setup bounce system

Office 365: when customer use their business addresses or a custom domain in the "From":
1. SPF: if they have an SPF record, it is absolutely necessary that this record be modified to contain "include: _spf.odoo.com"
2. DKIM: We have enabled automatic DKIM signature for all domains, and to be valid they can add a DNS "odoo._domainkey" CNAME record to "odoo._domainkey.odoo.com". For example, for "foo.be" they should have a record "odoo._domainkey.foo.be" that is a CNAME with the value "odoo._domainkey.odoo.com".
This is especially useful if their domain pro is hosted by Office 365, and they want to enable the "DKIM" option in Office 365.
3. For domains hosted by Office 365, the previous 2 points are important, but not always enough to send emails from Odoo. They can improve the results by ensuring that the "Alias ​​Domain" in Odoo's General Settings is their Office 365 domain (for example "foo.be") rather than "foo.odoo.com". But be careful, so that answers and bounces always reach Odoo, they must create a mail redirection in Office 365 for the "catchall @" (for example redirect "catchall@foo.be" to "catchall@foo.odoo.com" )
2018-01-03 14:24:58 +01:00
Yannick Tivisse
c894f6aab9 [FIX] accounting: Remove wrong sentences in budget.rst 2018-01-03 14:18:32 +01:00
Yannick Tivisse
dfd9bfcc33 [ADD] inventory: Add a 'Immediate & Planned Transfers' page
Original document: https://docs.google.com/document/d/1c1rXpWRAdlHobWTH6X7RCzl0gDQ8KlROJw5vFHyrFmE/edit
2018-01-03 13:54:59 +01:00
Yannick Tivisse
aabfb765e3 [REM] accounting: Remove accounting/receivables/customer_invoices/modify_validated.html
Suppress this page : https://www.odoo.com/documentation/user/11.0/accounting/receivables/customer_invoices/modify_validated.html

It's repetitive with this one : https://www.odoo.com/documentation/user/11.0/accounting/receivables/customer_invoices/refund.html
2018-01-03 13:54:59 +01:00
Yannick Tivisse
f2530886fd [ADD] accounting: Add a 'Set up cash roundings' page
Original document: https://docs.google.com/document/d/13Td5QE_2SszfpqavquQJX4JlcEThmCgRA_bIs3AusKY/edit#heading=h.4w195d55wcf9
2018-01-03 13:54:58 +01:00
Yannick Tivisse
a8f5f488a0 [IMP] accounting: Add tip for localization in Switzerland 2018-01-03 13:54:58 +01:00
Yannick Tivisse
386b338d98 [IMP] accounting: Add a FAQ section for yodlee 2018-01-03 13:54:58 +01:00
Yannick Tivisse
dbcda880c8 [IMP] accounting: Improve french localization page 2018-01-03 13:54:58 +01:00
Yannick Tivisse
6fd7c32747 [ADD] accounting: Add page for spanish localization 2018-01-03 13:54:58 +01:00
Yannick Tivisse
d2db4db765 [ADD] accounting: Add page for german localization 2018-01-03 13:54:58 +01:00
Yannick Tivisse
4489c43c1c [REM] inventory: Remove deprecated page
Will be rewrite soon. During this moment, the page misleads customers.
2017-12-28 15:32:59 +01:00
Frederic Gilson
e5e9a476de [IMP] vat-anti-fraud: better guidelines to install/update the module 2017-12-23 09:59:25 +01:00
Martin Trigaux
8abc890a28 [I18N] export and fetch 11.0 translations 2017-12-22 16:50:29 +01:00
Yannick Tivisse
64ad5ff3d8 [IMP] manufacturing: Restructure pages 2017-12-21 16:31:29 +01:00
Martin Trigaux
55653b5f2a [I18N] fetch 11.0 translations from Transifex 2017-12-21 10:34:17 +01:00
Martin Trigaux
f6ab8cb680 [I18N] export 11.0 source terms 2017-12-21 10:14:15 +01:00
Martin Trigaux
9ac821ed68 [IMP] crm: pngquant the images 2017-12-21 09:42:07 +01:00
odoo
fb0a067dd1 [IMP] localizations: Ranem pages + add section for France 2017-12-20 17:16:28 +01:00
Yannick Tivisse
1d45baefa9 [FIX] accounting,inventory,legal: Remove remaining warnings 2017-12-20 15:59:42 +01:00
Yannick Tivisse
9e2e1773ce [IMP] online: Remove duplicate label warnings
/home/odoo/odoo_dev/documentation-user/legal/terms/online.rst:342: WARNING: duplicate label charges_renewal, other instance in /home/odoo/odoo_dev/documentation-user/legal/terms/enterprise.rst
2017-12-20 15:59:42 +01:00
Yannick Tivisse
bd2c63e181 [IMP] accounting: Update switzerland.rst with 2018 tax rates
Original doc: https://docs.google.com/document/d/11PiBZelhf6DS4gez143woyqAJz7nKBrOh7Q94T8Q_dM/edit
2017-12-20 15:59:42 +01:00
Yannick Tivisse
a26c30e76c [IMP] accounting: Update switzerland.rst with 2018 tax rates
Original doc: https://docs.google.com/document/d/11PiBZelhf6DS4gez143woyqAJz7nKBrOh7Q94T8Q_dM/edit
2017-12-20 11:41:51 +01:00