Commit Graph

526 Commits

Author SHA1 Message Date
Yannick Tivisse c5db8193bf [ADD] purchase: How to setup two levels of approval for purchase orders?
https://docs.google.com/document/d/1uyrkspB9NwYb49zsO8pt5HhWZ4cPJiFdTvwqqSis37E/edit
2015-12-01 13:39:07 +01:00
Yannick Tivisse e6fa637a28 [ADD] purchase: How to set several suppliers on a product?
https://docs.google.com/document/d/1-zdQZnfIz6_3pC5fXgK8G_KDsri-tfpLfflWAS-tIXk/edit
2015-12-01 13:30:13 +01:00
Yannick Tivisse 6e8e1df348 [ADD] purchase: From purchase order to invoice and receptions
https://docs.google.com/document/d/1FQ109VYZn6Q4MrAykVws17jd1ofwQWW9jUAxyilcy7Q/edit#
2015-12-01 13:10:08 +01:00
Martin Trigaux c6e442b40e [I18N] fetch new terms from Transifex 2015-11-30 10:00:53 +01:00
Martin Trigaux 670f9bb0b6 [I18N] export source terms 2015-11-27 09:44:17 +01:00
Martin Trigaux da909ab50c [FIX] purchase: note with missing link
and not very well written anyway
2015-11-27 09:42:59 +01:00
Yannick Tivisse d1349ebe3b [FIX] crm: Missing configuration step on crm/leads/manage/automatic_assignation.rst 2015-11-26 14:05:14 +01:00
Yannick Tivisse c026443565 [ADD] point_of_sale: Getting daily sales statistics
https://docs.google.com/document/d/1mEoZpBGxeG1gjDGo-FoCgf--bBpOrqVD3jRz0AWGz40/edit?usp=sharing
2015-11-26 10:48:53 +01:00
Yannick Tivisse 9df6a810bf [ADD] point_of_sale: How to register multiple orders simultaneously?
https://docs.google.com/document/d/1zWP_g17dv_JWOjS7KGje9Jl8NdR6knWYd7NuQ3aLJyc/edit?usp=sharing
2015-11-26 10:18:02 +01:00
Yannick Tivisse bf4af51b37 [ADD] point_of_sale: How to transfer a customer from table?
https://docs.google.com/document/d/10skoFkCTwSDmFfe3Ow5nUMLTCvwT1Q8AO825Vc7j5v8/edit#
2015-11-25 17:43:57 +01:00
Yannick Tivisse c585699906 [ADD] point_of_sale: How to handle tips?
https://docs.google.com/document/d/151YD5CfsR7-imIJtNBKTnJt5qvk4HGYDkM2NQytrovU/edit#
2015-11-25 17:34:50 +01:00
Martin Trigaux 7fc39ee2ae [I18N] fetch new terms from Transifex 2015-11-25 17:21:49 +01:00
Martin Trigaux f4c9163d9c [I18N] export source terms 2015-11-25 17:20:51 +01:00
Cédric Snauwaert a07108df3b [FIX] accounting: online_sync
improve documentation for on premise user using online_sync
2015-11-25 17:18:45 +01:00
Yannick Tivisse d5beda55e4 [ADD] point_of_sale: How to handle kitchen & bar order printing?
https://docs.google.com/document/d/1R04CrrFaEgbeAGA6JZwHqHMU3ob5tKZX7HCFI7f4EHg/edit#
2015-11-25 11:27:44 +01:00
Yannick Tivisse 6a76971a8c [ADD] point_of_sale: How to handle split bills?
https://docs.google.com/document/d/1W97iepD0J5zIdJEymEGqORoIEw-xUMMMNnvV4Kl0WCg/edit
2015-11-25 11:16:57 +01:00
Martin Trigaux 8c09f3be65 [I18N] update .tx/config file
alphabetical order and add project
2015-11-24 11:17:32 +01:00
Martin Trigaux 0cdacfbaeb [I18N] export source terms and add project resource 2015-11-24 11:14:35 +01:00
Martin Trigaux 1f401f2214 [I18N] fetch new terms from Transifex 2015-11-24 11:08:19 +01:00
Xavier Morel 136e269fac [FIX] project-specific static files
Turns out exclude_patterns is used when looking for markup source
files but also when looking for HTML static files, which is noted in
the documentation but apparently not in the sample conf.py

Don't exclude_patterns _-prefixed directories, or _static isn't copied
and a bunch of images and JS files break.
2015-11-23 10:39:11 +01:00
Yannick Tivisse 944170cd48 [ADD] Sales: Introduction to Odoo Sales
https://www.youtube.com/watch?v=VMuCr5_arsY
2015-11-20 12:33:51 +01:00
Yannick Tivisse f71b6710ae [FIX] Rewrite the intro according to the standard code width 2015-11-20 12:32:17 +01:00
Yannick Tivisse 8f4d26b2ce [ADD] project: Introduction to Odoo project
https://www.youtube.com/watch?v=PWKez0gn6Ts
2015-11-20 11:57:49 +01:00
Yannick Tivisse 12a78b1b01 [FIX] inventory: Remove obsolete reference 2015-11-20 11:51:00 +01:00
Yannick Tivisse ed95385e50 [ADD] crm: How to motivate and reward my salespeople ?
https://docs.google.com/document/d/1cAk2l0EhuWFXafAmYXTU8EQFhL6gsaHJw4Gqu4aXZjg/edit#
2015-11-20 11:46:16 +01:00
Xavier Morel 48e19c85c4 [FIX] incorrect inline role 2015-11-20 11:38:33 +01:00
Xavier Morel e2204cdd72 [FIX] 1.2 compatibility
app.add_node doesn't work right for custom translators in 1.2, since
mementos are using ``h:div`` reimplement that in the
BootstrapTranslator.

Alternative would be to monkeypatch app.add_node for Sphinx 1.2, but
let's not do that...
2015-11-20 11:37:57 +01:00
Xavier Morel fbea64a257 [FIX] git and sphinx ignore, remove committed pyc files 2015-11-20 11:36:44 +01:00
Yannick Tivisse 997861fa51 [ADD] crm: Introduction to Odoo CRM
https://www.youtube.com/watch?v=fgdz8MH2YHY
2015-11-20 10:54:32 +01:00
Yannick Tivisse 85d0868032 [ADD] Library to embed youtube and vimeo videos in a clean way
Coming from https://gist.github.com/dbrgn/2922648
2015-11-20 10:53:23 +01:00
Yannick Tivisse 8c119fac51 [ADD] purchase: How to setup drop-shipping?
https://docs.google.com/document/d/1k7j6aa1iq4h03WTMelwHs3_ol4npO_nVJUCAB07J9X0/edit?usp=sharing
2015-11-20 10:11:34 +01:00
Yannick Tivisse 654f52354f [ADD] project: How to set up & configure a project?
https://docs.google.com/document/d/18dkzpyOf5PYBqNxUZUMHUA8_17c39QvP1s0nH0DPnkM/edit#
2015-11-20 09:29:10 +01:00
Yannick Tivisse d14fcbe28f [ADD] project: How to visualize a project's tasks?
https://docs.google.com/document/d/1vUlt11osQqT-aWDyYvuoa2K6uX6bFQnAtP6IUgHS_7A/edit?usp=sharing
2015-11-19 17:05:11 +01:00
Yannick Tivisse 6802b1e60e [ADD] project: How to gather feedback from customers?
https://docs.google.com/document/d/19CoYRHaBFnWr3AwTVnAq1lDmQgjDrkfkJj6fCcZ8X0Y/edit
2015-11-19 16:43:33 +01:00
Yannick Tivisse da1137774a [ADD] project: How to use projects to handle claims/issues?
https://docs.google.com/document/d/1RrjCpr8YzLlcPZzkPxkmJonMcMSABoqUP4HjLRkqneo/edit?usp=sharing
2015-11-19 16:26:06 +01:00
Yannick Tivisse 12ff324b93 [ADD] sales: How to create tasks from sales orders?
https://docs.google.com/a/openerp.com/document/d/1w69a-C_9C6dO_6-pS4pu5TGKbnEcrQiuwhjzu4jY1YE/edit?usp=sharing
2015-11-19 16:06:22 +01:00
Yannick Tivisse ae42bf28f7 [ADD] project: How to plan and track employees' assignments?
https://docs.google.com/document/d/1tCBF6GE1nNo_0SMN-dvG9s27eto3kUU6y8Lx5dyv_ok/edit?usp=sharing
2015-11-19 15:29:33 +01:00
Yannick Tivisse 9cd4068eec [ADD] project: How to record time spent?
https://docs.google.com/document/d/1l6LqhlHJASN5aRLv2RVGTqEmtdiyMtFctvE-7FuWfUk/edit#
2015-11-19 14:51:42 +01:00
Yannick Tivisse 7c7141cd69 [ADD] project: created all the doc pages 2015-11-19 14:36:04 +01:00
Ludovic Laffineur lla 40071825a8 [IMP] PoS_loyalty: - improving description type of rewards
invoicing :  - set a customer with barcode
2015-11-19 13:34:55 +01:00
Yannick Tivisse afe6dbc31c [ADD] sales: How to invoice a support contract (prepaid hours)?
https://docs.google.com/document/d/1_zl7Hl3qh5_rIeA9jigfgQgpmGf8l0HLi2Rgl1p5H50/edit?usp=sharing
2015-11-19 13:29:30 +01:00
Fabien Pinckaers 2a68e95381 Merge pull request #99 from esperandus/patch-1
Update terminologies.rst
2015-11-18 22:21:33 +01:00
esperandus 4504666a02 Update terminologies.rst
Mostly a few grammar changes to help the translation into English.
2015-11-18 15:20:35 -05:00
Yannick Tivisse 6459d00a91 [ADD] How to re-invoice expenses to your customer.
https://docs.google.com/document/d/1_6VclRWfESHfvNPZI32q5ANFi2C7cCTwkLXpbGTz6B8/edit#heading=h.96noud6ebpqt
2015-11-18 18:30:42 +01:00
Yannick Tivisse 3fb403a0a8 [ADD] sales: How to invoice milestones of a project?
https://docs.google.com/document/d/1NM7deV8LrpYSoLX58V-OLl25_OwoikS4BrR6EieeTco/edit#
2015-11-18 11:18:05 +01:00
Yannick Tivisse a29f38b06b [FIX] Some bad characters 2015-11-18 10:49:35 +01:00
Yannick Tivisse c630d69bb0 [ADD] sales: How to create my first quotation?
https://docs.google.com/document/d/14Ne7siIRykq-GvrkIyUxeUkWPi_xJO7lwbR5lstL_P4/edit?ts=560d5830#
2015-11-18 10:48:09 +01:00
Yannick Tivisse abdaf7ed07 [ADD] point_of_sale: How to configure your table map?
https://docs.google.com/document/d/1OKijuCn7uM4NT9waJq21ctKNx7XNjEZiPf9d7EvA8Ms/edit#
2015-11-18 10:16:22 +01:00
Yannick Tivisse d0640f8906 [ADD] point_of_sale: How to setup Point of Sale Restaurant
https://docs.google.com/document/d/1c0fE28u1NscVwiu8imkJyFEmHL4QR2UlghwtomdrChc/edit#heading=h.teahchhagxca
2015-11-18 10:00:23 +01:00
Yannick Tivisse 6838deddc6 [ADD] point_of_sale: How to accept credit card payments in Odoo POS using Mercury?
https://docs.google.com/document/d/1IudkCxdImPXfqpsnqb1fkxTCwp-abQy2vW8YPobf4CI/edit#
2015-11-18 09:49:12 +01:00