Skip to content

Commit

Permalink
12.0 (#24)
Browse files Browse the repository at this point in the history
* [FIX]: fix images for the book

* [FIX]: fix logo image for 12.0

* [FIX]: fix title

* Merge remote-tracking branch 'origin/13.0' into 12.0

* Merge remote-tracking branch 'origin/13.0' into 12.0

* [FIX]: site url to generate correct sitemap

* [ADD]: change video for setup-recurring-invoice-odoo-subscription page

* [FIX]: update the subscription section

* [FIX]: update video for Sell subscription plan through an eCommerce platform
  • Loading branch information
mga-odoo committed May 24, 2020
1 parent 896b621 commit 6ce7179
Show file tree
Hide file tree
Showing 17 changed files with 171 additions and 81 deletions.
12 changes: 6 additions & 6 deletions docs/about.rst
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
.. _about:

.. meta::
:description: Title: Odoo 13 Best Practices, Author: Mantavya Gajjar, Category: Books, Price: Free
:description: Title: Odoo 12 Best Practices, Author: Mantavya Gajjar, Category: Books, Price: Free
:keywords: Odoo Online Book, Odoo Functional Book, Odoo CookBook, Implement Odoo Version 12.0, Mantavya, Gajjar

.. index::
single: About Online Book
single: Odoo 13 Best Practices
single: Odoo 12 Best Practices
single: About Author
single: About Reviewer

============================
About Odoo 13 Best Practices
About Odoo 12 Best Practices
============================

.. image:: images/odoo-13-book-small.png
.. image:: images/odoo-12-book-small.png
:height: 300px
:width: 240 px
:scale: 100 %
:alt: Odoo 13 Best Practices
:alt: Odoo 12 Best Practices
:align: right

Odoo 13 Best Practices book is dedicated for functional consultants
Odoo 12 Best Practices book is dedicated for functional consultants
or entrepreneur who wants to implement or use odoo online all-in-one business

application out-of-the box. This is an online book written based on Odoo
Expand Down
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'sphinx_sitemap'
]

site_url = 'https://odoobooks.com/'
site_url = 'https://www.odoobooks.com/en/12.0/'

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand All @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = '13.0'
version = '12.0'
# The full version, including alpha/beta/rc tags.
release = '13.0'
release = '12.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -109,7 +109,7 @@
# The name of an image file (relative to this directory) to place at the top
# of the sidebar.

html_logo = './images/odoo-13-book-title.png'
html_logo = './images/odoo-12-book-title-small.png'

# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
Expand Down
File renamed without changes
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
single: Home

.. meta::
:description: Odoo 13 Best Practices
:description: Odoo 12 Best Practices
:keywords: Odoo Book, Odoo Online, Online Odoo Book, Odoo Functional Book, Version 12.0

Odoo 13 Best Practices
Odoo 12 Best Practices
======================
This book is dedicated for entrepreneur who wants to implement all-in-one
business application out-of-the box for their business.

**Odoo 13 Best Practices Book** is an online book written based on
**Odoo 12 Best Practices Book** is an online book written based on
Community and Enterprise Edition. This book covers best implementation practice
for most used applications such as Sales, Purchase, Inventory,
for most used applications such as Sales, Purchase, Inventory,
Financial Accounting and Manufacturing.

.. note:: Please comment on the page below, if you have any question related to
Expand Down
1 change: 0 additions & 1 deletion docs/sales/invoicing/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
:maxdepth: 1

send-pro-forma-invoice-to-your-customers.rst
.. invoice_on_order_qty.rst
create-invoice-based-on-the-delivered-quantity.rst
create-credit-note-from-sale-order.rst
create-single-invoice-from-multiple-sales-orders.rst
2 changes: 0 additions & 2 deletions docs/sales/pricelist-discount/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@
adapt-price-based-on-customer-segment-retailer-or-distributor.rst
adapt-price-based-on-customer-country-europe-oramerica.rst
compute-and-apply-discount-based-on-the-pricelist.rst
.. ../../inventory/inventory_costing/average_costing.rst
.. product_price_per_company.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,26 @@
:keywords: Subscription, Upsell, Prorate Base

.. index::
single: Increase quantity (prorate base) in subscription
single: Increase quantity in subscription during the middle of the month

====================================================================================
Increase quantity (prorate base) in subscription during middle of the month - upsell
====================================================================================
================================================================
Increase quantity in subscription during the middle of the month
================================================================

Business case
-------------
The internet distribution company wants to generate an invoice for
unlimited internet plan for customers on the monthly basis.

The sales process starts from the sale quotation, start subscription
when customer pay online and automatic invoice and payment matching.

Video
-----
Access the video at https://www.youtube.com/watch?v=Cf0dAwhU7Co
Access the video at https://www.youtube.com/watch?v=kKfDH8GnpYo

.. raw:: html

<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto;">
<iframe src="https://www.youtube.com/embed/Cf0dAwhU7Co" frameborder="0" allowfullscreen style="position: absolute; top: 0; left: 0; width: 700px; height: 385px;"></iframe>
<iframe src="https://www.youtube.com/embed/kKfDH8GnpYo" frameborder="0" allowfullscreen style="position: absolute; top: 0; left: 0; width: 700px; height: 385px;"></iframe>
</div>
10 changes: 6 additions & 4 deletions docs/sales/subscription/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
.. toctree::
:maxdepth: 1

setup_recurring_invoice.rst
sell_subscription_throught_sales_quotation.rst
sell_subscription_through_ecommerce_platform.rst
upsell_in_subscription.rst
setup-recurring-invoice-odoo-subscription.rst
sell-subscriptions-through-sales-quotation.rst
sell-subscription-through-sales-quotation-and-receive-online-payment.rst
sell-subscription-through-sales-quotation-online-payment-and-automatic-invoice.rst
sell-subscription-plan-through-an-ecommerce-platform.rst
increase-quantity-in-subscription-during-the-middle-of-the-month.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

.. index::
single: Sell subscription on eCommerce
single: Auto debit payment (Card)
single: Recurring Invoice

====================================================
Sell subscription plan through an eCommerce platform
====================================================

Business case
-------------
The internet distribution company wants to generate an invoice for
unlimited internet plan for customers on the monthly basis.

The company is selling the subscription over the eCommerce platform. Start
subscription when customer pay online and charge monthly invoice automatically.

Let's setup the eCommerce platform to setup the subscription over
the eCommerce platform.

Video
-----
Access the video at https://www.youtube.com/watch?v=BNs63hOAme8

.. raw:: html

<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto;">
<iframe src="https://www.youtube.com/embed/BNs63hOAme8" frameborder="0" allowfullscreen style="position: absolute; top: 0; left: 0; width: 700px; height: 385px;"></iframe>
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

.. index::
single: Sell subscription
single: Online payment to start subscription
single: Recurring Invoice

====================================================================
Sell subscription through sales quotation and receive online payment
====================================================================

Business case
-------------
The internet distribution company wants to generate an invoice for
unlimited internet plan for customers on the monthly basis.

The sales process starts from the sale quotation, start subscription
when customer pay online and process invoice manually.

Video
-----
Access the video at https://www.youtube.com/watch?v=1eanN9BQV7E

.. raw:: html

<div style="text-align: center; margin-bottom: 2em;">
<iframe width="100%" class="youtube-video" src="https://www.youtube.com/embed/1eanN9BQV7E" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

.. index::
single: Sell subscription and receive Online Payment
single: Recurring Invoice

===============================================================================
Sell subscription through sales quotation, online payment and automatic invoice
===============================================================================

Business case
-------------
The internet distribution company wants to generate an invoice for
unlimited internet plan for customers on the monthly basis.

The sales process starts from the sale quotation, start subscription
when customer pay online and automatic invoice and payment matching.

Video
-----
Access the video at https://www.youtube.com/watch?v=cCxaMdKKoJ4

.. raw:: html

<div style="text-align: center; margin-bottom: 2em;">
<iframe width="100%" class="youtube-video" src="https://www.youtube.com/embed/cCxaMdKKoJ4" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

.. index::
single: Sell subscription through Sales Quotation
single: Recurring Invoice

==========================================
Sell subscriptions through sales quotation
==========================================

Business case
-------------
The internet distribution company wants to generate an invoice for
unlimited internet plan for customers on the monthly basis.

The sales process starts from the sale quotation.

Video
-----
Access the video at https://www.youtube.com/watch?v=GP33EHAYooA

.. raw:: html

<div style="text-align: center; margin-bottom: 2em;">
<iframe width="100%" class="youtube-video" src="https://www.youtube.com/embed/GP33EHAYooA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

.. index::
single: Recurring Invoice

=========================================================
Set up a recurring invoice, help you to invoice regularly
=========================================================

Business case
-------------
The internet distribution company generates an invoice based on
the volume based plan.

Customer have started with the volume based plan 30GB/month, after some
days customer realise and wants to increase the data on the subscription.

Let's increase the data on the existing subscription
in the middle of the month.

Video
-----
Access the video at https://www.youtube.com/watch?v=elHuUlsHVZc

.. raw:: html

<div style="text-align: center; margin-bottom: 2em;">
<iframe width="100%" class="youtube-video" src="https://www.youtube.com/embed/elHuUlsHVZc" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
17 changes: 0 additions & 17 deletions docs/sales/subscription/setup_recurring_invoice.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/toc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Table of Content
This book is dedicated for entrepreneur who wants to implement all-in-one
business application out-of-the box for their business.

**Odoo 13 Best Practices Book** is an online book written based on
**Odoo 12 Best Practices Book** is an online book written based on
Community and Enterprise Edition. This book covers best implementation practice
for most used applications such as Sales, Purchase, Inventory,
Financial Accounting and Manufacturing.
Expand Down

0 comments on commit 6ce7179

Please sign in to comment.